home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / lib / init / vars.sh < prev   
Encoding:
Text File  |  2007-04-10  |  129 b   |  7 lines

  1. #
  2. # Set rcS vars
  3. #
  4.  
  5. [ -f /etc/default/rcS ] && . /etc/default/rcS || true
  6. [ "$INIT_VERBOSE" ] && VERBOSE="$INIT_VERBOSE" || true
  7.